From: Jim Blandy Date: Tue, 18 May 1993 22:40:43 +0000 (+0000) Subject: * frame.el (frame-notice-user-settings): Don't make X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~96190 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=d202f1f23054561ad6514b2848ebaf67afa4ed3f;p=emacs.git * frame.el (frame-notice-user-settings): Don't make frame-initial-frame unbound; just set it to nil. * startup.el (command-line-1): Call frame-notice-user-settings before displaying the startup message. --- diff --git a/lisp/frame.el b/lisp/frame.el index 87d7efd17a2..93971344a5a 100644 --- a/lisp/frame.el +++ b/lisp/frame.el @@ -211,7 +211,8 @@ These supercede the values given in `default-frame-alist'.") (set-buffer old-buffer) ;; Make sure the initial frame can be GC'd if it is ever deleted. - (makunbound 'frame-initial-frame))) + ;; Make sure frame-notice-user-settings does nothing if called twice. + (setq frame-initial-frame nil))) ;;;; Creation of additional frames, and other frame miscellanea